home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
codelib8
/
v_10_01
/
1001023a
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-01
|
183 b
|
18 lines
Example of Header File With C & C++ Prototypes
example1.h:
#ifdef __cplusplus
extern "C" {
#endif
int foo(int x);
int bar(int x);
#ifdef __cplusplus
}
#endif